Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update issue template #512

Merged
merged 13 commits into from
Oct 6, 2024
Merged

Conversation

dragid10
Copy link
Member

@dragid10 dragid10 commented Oct 6, 2024

Issue Link 🔗: #504

Issue: #504

Type of Change

  • Bug fix 🐞
  • New feature/page
  • Documentation update
  • Other

Description 📋

  • What: Fix url parser to handle urls with incorrect schemes.

  • E.g. ftp://pycon.us is an invalid URL, but the url won't currently be replaced with https. This PR fixes that

  • Why: This change allows us to have valid conference URLs

  • How: These changes should just fix more invalid URLs

Checklist ✅

  • Followed the Code of Conduct and Contribution Guide
  • Ran pre-commit run --all
  • All tests pass locally
  • Added tests (if applicable)
  • Documentation updated (if applicable)

kjaymiller and others added 11 commits October 5, 2024 12:33
update issue template to include start and end dates for conference

update conferences to use gh-issues instead of manual parsing

update conferences template to use grid and new json methods

add conferences.json

remove envrc
update issue template to include start and end dates for conference

update conferences to use gh-issues instead of manual parsing

update conferences template to use grid and new json methods

add conferences.json
Address the case where the conference url scheme is a valid protocol (such as ftp, http, ssh), but is not "https". We replace the existing scheme with the one we want
Add another test case
@kjaymiller
Copy link
Contributor

@dragid10 - can you pull the changes in via rebase to get only your changes.

@dragid10
Copy link
Member Author

dragid10 commented Oct 6, 2024

@dragid10 - can you pull the changes in via rebase to get only your changes.

Yep did it!

@dragid10 dragid10 requested a review from kjaymiller October 6, 2024 00:21
Copy link
Contributor

@kjaymiller kjaymiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small adjustemnt on the code. They do the same thing, one is less code.

_conferences/__main__.py Outdated Show resolved Hide resolved
@kjaymiller kjaymiller merged commit 98dc084 into BlackPythonDevs:gh-pages Oct 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants